home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Encoding:
Text File  |  2004-07-08  |  1.8 KB  |  92 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 374
  3.   Top = 335
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Passwort setzen'
  7.   ClientHeight = 130
  8.   ClientWidth = 292
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lPasswordHint: TLabel
  23.     Left = 8
  24.     Top = 56
  25.     Width = 169
  26.     Height = 49
  27.     AutoSize = False
  28.     Caption = 'lPasswordHint'
  29.     Visible = False
  30.     WordWrap = True
  31.   end
  32.   object lPasswordDesc: TLabel
  33.     Left = 8
  34.     Top = 8
  35.     Width = 73
  36.     Height = 13
  37.     Caption = 'lPasswordDesc'
  38.   end
  39.   object cbMask: TCheckBox
  40.     Left = 8
  41.     Top = 112
  42.     Width = 177
  43.     Height = 17
  44.     Caption = 'Passwort maskieren'
  45.     Checked = True
  46.     Font.Charset = ANSI_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     State = cbChecked
  53.     TabOrder = 0
  54.     OnClick = cbMaskClick
  55.   end
  56.   object OkBtn: TButton
  57.     Left = 200
  58.     Top = 8
  59.     Width = 85
  60.     Height = 25
  61.     Caption = 'OK'
  62.     Default = True
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     TabOrder = 2
  70.     OnClick = OkBtnClick
  71.   end
  72.   object CancelBtn: TButton
  73.     Left = 200
  74.     Top = 40
  75.     Width = 85
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'Abbrechen'
  79.     TabOrder = 3
  80.     OnClick = CancelBtnClick
  81.   end
  82.   object PWord: TEdit
  83.     Left = 8
  84.     Top = 26
  85.     Width = 169
  86.     Height = 21
  87.     PasswordChar = '*'
  88.     TabOrder = 1
  89.     OnKeyDown = FormKeyDown
  90.   end
  91. end
  92.